Vcenter TrustedInfrastructure Hosts Hardware Tpm Info

Vcenter TrustedInfrastructure Hosts Hardware Tpm Info
Vcenter TrustedInfrastructure Hosts Hardware Tpm Info

The Vcenter TrustedInfrastructure Hosts Hardware Tpm Info schema contains information that describes a TPM device.

This schema was added in vSphere API 8.0.0.1.

JSON Example
{
    "major_version": 0,
    "minor_version": 0,
    "active": false,
    "manufacturer": "string",
    "model": "string",
    "firmware_version": "string",
    "banks": [
        {
            "algorithm": "string",
            "pcrs": {
                "pcrs": "string"
            }
        }
    ]
}
integer As int64 As int64
major_version
Required

The TPM major version number.

This property was added in vSphere API 8.0.0.1.

integer As int64 As int64
minor_version
Required

The TPM minor version number.

This property was added in vSphere API 8.0.0.1.

boolean
active
Required

The TPM status.

Inactive TPMs cannot be used for sealing or attestation.

This property was added in vSphere API 8.0.0.1.

string
manufacturer
Optional

The TPM manufacturer.

This property was added in vSphere API 8.0.0.1.

if missing or null, manufacturer is not available.

string
model
Optional

The TPM model.

This property was added in vSphere API 8.0.0.1.

if missing or null, model is not available.

string
firmware_version
Optional

The TPM firmware version.

This property was added in vSphere API 8.0.0.1.

if missing or null, firmware version is not available.

banks
Required

The list of the PCR banks of the TPM device.

This property was added in vSphere API 8.0.0.1.